home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFWB_CENNIK / TFWB_CENNIK.txt
Text File  |  2002-03-27  |  1KB  |  65 lines

  1. object fWb_cennik: TfWb_cennik
  2.   Left = 415
  3.   Top = 270
  4.   BorderStyle = bsSingle
  5.   Caption = 'Wybierz cennik'
  6.   ClientHeight = 183
  7.   ClientWidth = 195
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bWybierz: TButton
  20.     Left = 8
  21.     Top = 152
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Wybierz'
  25.     TabOrder = 0
  26.     OnClick = bWybierzClick
  27.   end
  28.   object bRezygnuj: TButton
  29.     Left = 112
  30.     Top = 152
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&Rezygnuj'
  34.     TabOrder = 1
  35.     OnClick = bRezygnujClick
  36.   end
  37.   object dbg: TDBGrid
  38.     Left = 0
  39.     Top = 0
  40.     Width = 195
  41.     Height = 145
  42.     Align = alTop
  43.     DataSource = ds
  44.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  45.     TabOrder = 2
  46.     TitleFont.Charset = DEFAULT_CHARSET
  47.     TitleFont.Color = clWindowText
  48.     TitleFont.Height = -11
  49.     TitleFont.Name = 'MS Sans Serif'
  50.     TitleFont.Style = []
  51.     OnDblClick = dbgDblClick
  52.     Columns = <
  53.       item
  54.         Expanded = False
  55.         FieldName = 'nazwa'
  56.         Width = 161
  57.         Visible = True
  58.       end>
  59.   end
  60.   object ds: TDataSource
  61.     Left = 48
  62.     Top = 88
  63.   end
  64. end
  65.